[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
DEACTIVATE EVENT <label>
Description:
This command changes the status of an event object to inactive and
optionally clears the screen of the object.
Syntax:
DEACTIVATE EVENT <label> [CLEAR]
Arguments:
<label> is a label name assciated with a region in the event array.
Example:
DEACTIVATE EVENT "pause" // suspend event "pause"
Purpose: Deactivate a mouse click region
Mapped Function: __DeaEventRegion() contained in GLLIBR.PRG.
dGE functions: msethot()
Other GL UDFs: __ScanObjects(),__RelEventRegion(),__HandleError()
System variables: _handles_[]
System constants: NoSuchLabel
See Also:
DEFINE EVENT, ACTIVATE EVENT, RELEASE EVENT, WAIT EVENT
See Also:
__DeaEventRegion()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson